// Example File Command script to show payload generation for video mode or WriteMemory commands.
// Use this file as the File Name argument.

// Build 256 x 256 RGB888 ramp and rescale to output frame dimensions
# BUF frame
# line = 0
# LS 256
# pix = line & ffh
# LS 256
*3 pix
# pix = (pix + 1) & ffh
# LE
# line = line + 1
# LE
# RESCALE frame 256 256
# STREAM frame
